4D Chart v13

CT GET CHART OPTIONS

Home

 
4D Chart v13
CT GET CHART OPTIONS

CT GET CHART OPTIONS 


 

CT GET CHART OPTIONS ( area ; object ; options ) 
Parameter Type   Description
area  Longint in 4D Chart area
object  Longint in Object ID
options  Integer array in Array containing variables to receive option codes

The CT GET CHART OPTIONS command returns the options for the selected graph. These options are equivalent to the options that the user can set in the Options dialog box for each chart type.

The codes for each graph type are listed in the section Parameter Codes.

Example  

This example returns the options of the chart specified by $ChartID in aOptions.

 ARRAY INTEGER(aOptions;0)
 CT GET CHART OPTIONS(Area;$ChartID;aOptions)

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14585

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1

 
SEE ALSO 

CT SET CHART OPTIONS